/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
html,body{
    padding:0;
    margin:0;
    background:#fff;
    font-family: 'Source Sans Pro', sans-serif;
}
body a{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
    text-decoration:none;
}
body a:hover {
    text-decoration: none;
}

body a:focus, a:hover {
    text-decoration: none;
}
input[type="email"],input[type="tel"],input[type="text"],input[type=password],
input[type="button"],input[type="submit"],textarea{
    font-family: 'Source Sans Pro', sans-serif;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing:1px;
}
p{
    margin:0;
    padding:0;
    letter-spacing:1px;
    font-family: 'Source Sans Pro', sans-serif;
}
ul{
    margin:0;
    padding:0;
}
/*-- //Reset-Code --*/
body {
    background: url(../images/b1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 100vh;
}
.appointment-w3 {
    background-color: rgba(0, 0, 0, 0.43);
    padding: 31px 40px;
    box-shadow: 2px 3px rgba(0, 0, 0, 0.42);
}
h1.header-w3ls {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 11px;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.42);
    padding-top: 45px;
}

h2{
    font-size: 16px;
    color: #969494;
    padding-bottom: 24px;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: center;
}
.line-w3ls{ background: white;
    width: 100%;
    height: 2px;
    margin-bottom: 48px;}
.login-w3ls{display:block;

}

.icons-agile{display: flex;
    display: -webkit-flex;
}
.icons-agile span {
    -webkit-flex-basis:10%;
    flex-basis:10%;
    height: 47px;
    display: block;
    background: #fff;
    text-align: center;
    line-height: 45px;
    color: #000;
}

select.form-control,input[type=email],input[type=text]{
    -webkit-flex-basis: 90%;
    flex-basis:90%;
    color:#fff;
    padding: 11px 12px;
    border:1px solid #fff;
    box-sizing: border-box;
    outline: none;
    letter-spacing: 1px;
    font-size:14px;
    font-weight:700;
    background:rgba(23, 16, 16, 0.61);
    font-family: 'Source Sans Pro', sans-serif;
}

.file-upload{display:block;
    text-align:center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;}
.file-upload .file-select{display:block;
    border: 2px solid #000;
    color: rgb(0, 0, 0);
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    height:40px;
    line-height:40px;
    text-align:left;
    background:#fff;
    overflow:hidden;
    position:relative;}
.file-upload .file-select .file-select-button{background:#000;padding:0 10px;color:#fff;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#fff;
    transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#000;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
input[type="submit"] {
    text-transform: uppercase;
    background: #fff;
    color: #000000;
    padding:11px 15px;
    border: none;
    font-size: 1em;
    outline: none;
    width: 30%;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 35px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
input[type="submit"]:hover {
    color: #fff;
    background: #000;
}
.btnn{
    display:block;
    margin:0;
    text-align:center;
    position:relative;
}

.copy{padding-bottom:30px;}
.copy p {
    margin: 0em;
    text-align: center;
    font-size: 16px;
    color: white;
    letter-spacing: 2px;
}
.copy p a{
    color:#33e8ff;
    text-decoration:none;
}
.copy p a:hover{color:#fff;}

/*--responsive--*/
@media(max-width:1920px){
    h1.header-w3ls {
        font-size: 68px;
    }
    .appointment-w3 {
        width: 80%;
        margin: 35px auto 65px;
        padding: 55px 40px;
    }
    h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .line-w3ls {
        margin-bottom: 56px;
    }
    .icons-agile:nth-child(1), .icons-agile:nth-child(2), .icons-agile:nth-child(3) {
        margin-bottom: 3em;
    }
    .copy p {
        font-size: 18px;
    }
}

@media(max-width:1680px){
    h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    h1.header-w3ls {
        font-size: 60px;
    }
    .appointment-w3 {
        width: 80%;
    }
}
@media(max-width:1600px){
    h1.header-w3ls {
        font-size: 50px;
    }
    .appointment-w3 {
        width: 80%;
        margin: 30px auto 40px;
        padding: 30px 40px;
    }
    h2 {
        font-size: 16px;
    }
    .line-w3ls {
        margin-bottom: 48px;
    }
    .icons-agile:nth-child(1), .icons-agile:nth-child(2), .icons-agile:nth-child(3) {
        margin-bottom: 2em;
    }
    .copy p {
        font-size: 16px;
    }
}
@media(max-width:1440px){
    .appointment-w3 {
        width: 80%;
    }
}
@media(max-width:1366px){
    .appointment-w3 {
        width: 80%;
    }
}
@media(max-width:1280px){
    .appointment-w3 {
        width: 80%;
    }
}
@media(max-width:1080px){
    .appointment-w3 {
        width: 80%;
    }
}
@media(max-width:1050px){
    .appointment-w3 {
        width: 80%;
    }
}
@media(max-width:1024px){
    .appointment-w3 {
        width: 80%;
        padding: 20px 40px;
        margin: 20px auto 20px;
    }
    h1.header-w3ls {
        padding-top: 47px;
        font-size: 44px;
    }
    .line-w3ls {
        margin-bottom: 30px;
    }
    .icons-agile:nth-child(1), .icons-agile:nth-child(2), .icons-agile:nth-child(3) {
        margin-bottom: 1.5em;
    }
    h2 {
        padding-bottom: 16px;
    }
    input[type="submit"] {
        margin-top: 25px;
        padding: 9px 10px;
    }
    .icons-agile span {
        height: 42px;
        line-height: 36px;
    }
    select.form-control, input[type=email], input[type=text] {
        padding: 8px 12px;
    }
}
@media(max-width:991px){
    .appointment-w3 {
        width: 80%;
    }
    h1.header-w3ls {
        padding-top: 17px;
    }
}
@media(max-width:900px){
    .appointment-w3 {
        width: 80%;
    }
}
@media(max-width:800px){
    .appointment-w3 {
        width: 80%;
    }
    h1.header-w3ls {
        letter-spacing: 9px;
    }
}
@media(max-width:768px){
    h1.header-w3ls {
        padding-top: 85px;
    }
    .appointment-w3 {
        width: 80%;
    }
    .appointment-w3 {
        width: 80%;
        padding: 54px 43px;
        margin: 47px auto 42px;
    }
    .icons-agile:nth-child(1), .icons-agile:nth-child(2), .icons-agile:nth-child(3) {
        margin-bottom: 3em;
    }
    .line-w3ls {
        margin-bottom: 63px;
    }
    input[type="submit"] {
        margin-top: 41px;
    }
}
@media(max-width:767px){
    .line-w3ls {
        margin-bottom: 29px;
    }
    .appointment-w3 {
        width: 80%;
        padding: 20px 40px;
        margin: 20px auto 20px;
    }
    h1.header-w3ls {
        letter-spacing: 8px;
    }
    h1.header-w3ls {
        padding-top: 18px;
    }
    .icons-agile:nth-child(1), .icons-agile:nth-child(2), .icons-agile:nth-child(3) {
        margin-bottom: 1.5em;
    }
    input[type="submit"] {
        margin-top: 25px;
    }
}
@media(max-width:736px){
    .appointment-w3 {
        width: 80%;
    }
    h1.header-w3ls {
        font-size: 43px;
        letter-spacing: 7px;
    }
}
@media(max-width:667px){
    .appointment-w3 {
        width: 80%;
    }
    h1.header-w3ls {
        letter-spacing: 6px;
    }
    .copy p {
        letter-spacing:1px;
    }
}
@media(max-width:640px){
    .appointment-w3 {
        width: 80%;
    }
    .copy p {
        font-size: 15px;
    }

    h1.header-w3ls {
        padding-top: 22px;
        font-size: 41px;
    }
}
@media(max-width:600px){
    .copy {
        padding: 0px 16px 30px;
        line-height: 20px;
    }
    .appointment-w3 {
        width: 75%;
    }
    .icons-agile:nth-child(1), .icons-agile:nth-child(2), .icons-agile:nth-child(3) {
        margin-bottom: 1.3em;
    }
    .copy {
        padding: 0px 16px 30px;
        line-height: 23px;
    }
}
@media(max-width:568px){
    .appointment-w3 {
        width: 80%;
    }
    h1.header-w3ls {
        letter-spacing: 4px;
    }
}
@media(max-width:480px){
    .appointment-w3 {
        padding: 20px 25px;
    }
    h1.header-w3ls {
        letter-spacing: 2px;
        font-size: 38px;
    }
}
@media(max-width:440px){
    h1.header-w3ls {
        font-size: 33px;
    }
}
@media(max-width:414px){
    .copy {
        line-height: 30px;
    }
    .icons-agile span {
        -webkit-flex-basis: 15%;
        flex-basis: 15%;
    }
    h1.header-w3ls {
        padding-top: 35px;
    }
    .appointment-w3 {
        margin: 30px auto 20px;
    }
}
@media(max-width:384px){

    h2 {
        font-size: 14px;
    }
}
@media(max-width:375px){
    .appointment-w3 {
        padding: 20px 19px;
        width: 90%;
    }
}
@media(max-width:320px){
    h1.header-w3ls {
        font-size: 31px;
    }
    h2 {
        line-height: 25px;
    }
    .appointment-w3 {
        padding: 24px 19px;
    }
}
/*--//responsive--*/
